home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / rpg / crossfir.92 / crossfir / crossfire-0.92.5 / doc / Imakefile < prev    next >
Makefile  |  1996-07-24  |  2KB  |  73 lines

  1. /*   CrossFire, A Multiplayer game for X-windows
  2.  *
  3.  *   $Id: Imakefile,v 1.12 1993/08/08 16:01:39 frankj Exp $
  4.  *
  5.  *   Copyright (C) 1992 Frank Tore Johansen
  6.  *
  7.  *   This program is free software; you can redistribute it and/or modify
  8.  *   it under the terms of the GNU General Public License as published by
  9.  *   the Free Software Foundation; either version 2 of the License, or
  10.  *   (at your option) any later version.
  11.  *
  12.  *   This program is distributed in the hope that it will be useful,
  13.  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
  14.  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15.  *   GNU General Public License for more details.
  16.  *
  17.  *   You should have received a copy of the GNU General Public License
  18.  *   along with this program; if not, write to the Free Software
  19.  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  20.  *
  21.  *   The author can be reached via e-mail to frankj@ifi.uio.no.
  22.  */
  23.  
  24. #include "../config/crossfire.tmpl"
  25.  
  26. #define IHaveSubdirs
  27. #define PassCDebugFLags
  28.  
  29. SUBDIRS = spoiler spell-docs
  30.  
  31. FILES = Imakefile Crossedit.doc Multigod.doc \
  32.     PlayerStats RunTimeCommands SurvivalGuide \
  33.     alchemy.doc crossedit.man \
  34.     crossfire.doc crossfire.man crosslib.doc \
  35.     experience \
  36.     mapguide mapmakers_guide_to_runes programming_guide \
  37.     skills.doc \
  38.     skills_developer.doc \
  39.     spell_params.doc spell-paths spellcasters_guide_to_runes \
  40.     spells spoiler.ps \
  41.     teleporter.doc xbmtobdf.man
  42.  
  43.  
  44. spoiler.ps: force_depend
  45.     (cd spoiler; $(MAKE) $(MKFLAGS) spoiler)
  46.  
  47. crosslib.doc: force_depend
  48.     (cd ../common; make doc)
  49.  
  50. force_depend:
  51.  
  52. install::
  53.  
  54. /* InstallManPage(crossfire) */
  55.  
  56. /* InstallManPage(xledit) */
  57.  
  58. InstallManPage(crossfire, $(MANDIR))
  59. InstallManPage(xbmtobdf, $(MANDIR))
  60. InstallManPage(crossedit, $(MANDIR))
  61.  
  62. depend::
  63.  
  64. clean::
  65.  
  66. all::
  67.  
  68. MakeArchive(spell-docs spoiler)
  69.  
  70. MakeSubdirs(spell-docs spoiler)
  71.  
  72. InsertArchive($(FILES),doc)
  73.